home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / dpmigcc5.zip / RSX / SOURCE / RSXDEB.BAT < prev    next >
DOS Batch File  |  1994-12-12  |  309b  |  14 lines

  1. @echo off
  2. if "" == %1 goto NOARG
  3.  
  4. rem -argument---------------------------
  5. rsx -K -9 -as d:\emx\bin\gdb.exe rsxd.emx %1
  6. goto END
  7.  
  8. rem -no-argument------------------------
  9. :NOARG
  10. rsx -K -9 -as d:\emx\bin\gdb.exe rsxd.emx c:/programs/gcc/rainer/z.emx
  11.  
  12. rem -end--------------------------------
  13. :END
  14.